Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2001 10:52:18 -0400 (EDT)
From:      Tim Wilde <twilde@dyndns.org>
To:        Vlado Korcek <vladokorcek@hotmail.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: BIND9
Message-ID:  <Pine.GSO.4.33.0110101050170.24478-100000@quartz.bos.dyndns.org>
In-Reply-To: <F269fs8pgCHaGgYMhhS000097d8@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I've currently installed BIND9 under FreeBSD4.3
> But the problem is, when I run Name server with command "named", it actually
> starts another Name server "version 8.2.3" which was probably installed with
> FreeBSD. But I suppose my BIND9 is not runing.
> Could somebody tell me how can I run "BIND-name server" instead of this name
> server.
> When I type: named -v
> it also prints the version 8.2.3 , but not my current version BIND-9.1.2

By default, BIND 9 installs itself in the /usr/local tree.  You have three
choices; when running the configure for BIND 9, specify --prefix=/usr ,
which should overwrite at least some of the BIND 8 binaries (some
locations have still changed, though), or remove/rename the old binaries,
or just use full paths.  You'll find your BIND 9 binary in
/usr/local/sbin/named.  It won't look at your configuration in /etc/namedb
unless you've specified --local-state-dir=/etc/namedb in the configure,
though.  Hope this helps.

Tim Wilde

-- 
Tim Wilde
twilde@dyndns.org
Systems Administrator
Dynamic DNS Network Services
http://www.dyndns.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.33.0110101050170.24478-100000>